@charset "utf-8";
/* CSS Document */
body {
}

*{
	box-sizing: border-box;
}




    .container-fluid {
        width: 100%;
        padding: 0px;
        margin: auto;

    }

    .container {
        padding: 0px;
        margin: 0px auto;
    }

    .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    /*********首页通用**********/
    .home-block {
        padding: 60px 0px;
    }

    .home-block .block-hd {
        text-align: center;
    border: 1px red solid;
    }

    .home-block .block-hd .en {
        display: block;
        font-size: 34px;
        color: #0f7fef;
        font-weight: bold;
    }

    .home-block .block-hd .cn {
        position: relative;
        display: inline-block;
        font-size: 18px;
        color: #0f7fef;
    }

    .home-block .block-hd .cn .left-line {
        position: absolute;
        display: block;
        left: -220px;
        bottom: 12px;
        width: 190px;
        height: 1px;
        background-color: #0f7fef;
    }

    .home-block .block-hd .cn .left-line:after {
        position: absolute;
        display: block;
        content: '';
        top: -1px;
        right: 0px;
        width: 20px;
        height: 3px;
        background-color: #0f7fef;
    }

    .home-block .block-hd .cn .right-line {
        position: absolute;
        display: block;
        right: -220px;
        bottom: 12px;
        width: 190px;
        height: 1px;
        background-color: #0f7fef;
    }

    .home-block .block-hd .cn .right-line:after {
        position: absolute;
        display: block;
        content: '';
        top: -1px;
        left: 0px;
        width: 20px;
        height: 3px;
        background-color: #0f7fef;
    }

    .home-block .block-ft {
        display: block;
        width: 100%;
        height: 60px;
        line-height: 60px;
        text-align: center;
       margin-top: 50px;
    }

    .home-block .block-ft .more-btn {
        display: inline-block;
        width: 280px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        color: #0f7fef;
        text-align: center;
        border: 1px solid #0f7fef;

        -webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1);
        transition: all .2s cubic-bezier(.4, 0, .2, 1);
    }

    .home-block .block-ft .more-btn:hover {
        color: #fff;
        background-color: #0f7fef;
        border: 1px solid #0f7fef;
    }

    /***************滚动banner***************/
    .main-banner {
        position: relative;
        overflow-x: hidden;
    }

    .main-banner .carousel-inner .item {
        width: 100%;
        height: 590px;
        background-size: cover;
    }

    .main-banner .carousel-inner .item a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .main-banner .carousel-indicators {
        bottom: 10px;
    }

    .main-banner .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        text-indent: 0px;
        vertical-align: top;
        border-radius: 10px;
        border: 2px solid #fff;
    }

    .main-banner .carousel-indicators .active {
        width: 10px;
        height: 10px;
        margin-top: 1px;
        text-indent: 0px;
        vertical-align: top;
        border-radius: 10px;
        background-color: #fff;
        border: 2px solid #fff;
    }

    .main-banner .carousel-control {
        width: 5%;
    }

    /*********产品及解决方案************/
    .home-solution {
    }

    .home-solution .block-bd {
        padding: 0px 0px;
        font-size: 0px;
    width: 100%;
        
    }

    .home-solution .block-bd ul {
        text-align: center;

    }

    .home-solution .block-bd li {
        position: relative;
        display: inline-block;
        width: 18%;
        height: 350px;
        margin-right: 26px;
        vertical-align: top;
        background-color: #fff;
        -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);

        transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
        -moz-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Firefox 4 */
        -webkit-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Safari 和 Chrome */
        -o-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Opera */
    }

    .home-solution .block-bd li:nth-child(4n) {
        margin-right: 0px;
    }

    .home-solution .block-bd li img {
        display:block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;

        transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
        -moz-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Firefox 4 */
        -webkit-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Safari 和 Chrome */
        -o-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Opera */
    }

    .home-solution .block-bd li:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .home-solution .block-bd li .thumb {
        display: block;
        width: 100%;
        height: 240px;
        overflow: hidden;
    }

    .home-solution .block-bd li .cont {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        padding: 260px 20px 20px 20px;
        text-align: center;
        background: url("../Images/home/solution-mask1.png") center bottom no-repeat;

        transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
        -moz-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Firefox 4 */
        -webkit-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Safari 和 Chrome */
        -o-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Opera */
        z-index: 2;


    }

    .home-solution .block-bd li:hover .cont {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        padding: 260px 20px 20px 20px;
        background: url("../Images/home/solution-mask2.png") center bottom no-repeat;
        z-index: 2;
    }

    .home-solution .block-bd li .title {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 20px;
        font-size: 16px;
        color: #666666;
        overflow: hidden;
    }

    .home-solution .block-bd li:hover .title {
        color: #0f7fef;
    }

    .home-solution .block-bd li .more-btn {
        position: absolute;
        bottom: 20px;
        left: 50%;
        width: 30px;
        height: 30px;
        margin-left: -20px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        border-radius: 15px;
        background: url("../Images/home/more-arrow2.png") -31px 0px no-repeat;
        background-color: #fff;
        border: 1px solid #e3e3e3;

        transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
        -moz-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Firefox 4 */
        -webkit-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Safari 和 Chrome */
        -o-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Opera */
    }

    .home-solution .block-bd li:hover .more-btn {
        margin-left: -15px;
        background: url("../Images/home/more-arrow2.png") 1px 0px no-repeat;
        background-color: #23ac38;
        border: 1px solid #23ac38;
    }

    /**********新闻动态****************/
    .home-news .block-bd .news-box {
        padding: 0px 0px;
    }

    .home-news .tab-list {
        width: 100%;
        height: 40px;
        margin-top: 0px;
        text-align: center;
    margin-bottom: 50px;

    }

    .home-news .tab-list a {
        display: inline-block;
        line-height: 34px;
        padding: 0px 30px;
        margin: 0px 5px;
        font-size: 14px;
        color: #666;
        border-radius: 17px;
        border: 1px solid #0f7fef;
        transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
        -moz-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Firefox 4 */
        -webkit-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Safari 和 Chrome */
        -o-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Opera */
    }

    .home-news .tab-list a:hover, .home-news .tab-list a.active {
        color: #fff;
        text-decoration: none;
        background-color: #0f7fef;
        border: 1px solid #0f7fef;
    }

    .news-box {
        font-size: 0px;
    }

    .news-box .news-list {
        display: inline-block;
        width:558px;
        vertical-align: top;

    }

    .news-box .news-list .list-bd li {
        position: relative;
        width: 100%;
        padding: 25px 0px;
        margin-bottom: 13px;

        border-radius: 5px;
        border: 1px solid #eeeeee;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);

        transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
        -moz-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Firefox 4 */
        -webkit-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Safari 和 Chrome */
        -o-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Opera */
     overflow: hidden;
    }

    .news-box .news-list .list-bd li:last-child {
        margin-bottom: 0px;
    }

    .news-box .news-list .list-bd li p {
        display: inline-block;
        width: 100%;
        font-size: 0px;
        vertical-align: top;
    }

    .news-box .news-list .list-bd li .thumb {
        position: absolute;
        display: block;
        top: 22px;
        left: 20px;
        width: 90px;
        height: 90px;
        overflow: hidden;
        border:2px solid #e3e3e3;
    }

    .news-box .news-list .list-bd li .thumb img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

    .news-box .news-list .list-bd li .title {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 30px;
    line-height:30px;
        padding-left: 130px;
        padding-right: 80px;
        font-size: 16px;
        color: #333;
        font-weight: bold;
        vertical-align: top;
        overflow: hidden;

    }

    .news-box .news-list .list-bd li .title i.date {
        position: absolute;
        display: inline-block;
        top: 0px;
        right: 10px;
        font-size: 12px;
        color: #bbbbbb;
        font-style: normal;
        font-weight: normal;
    }

    .news-box .news-list .list-bd li .txt {
        display: inline-block;
        width: 100%;
        height: 58px;
        padding-left: 130px;
        padding-right: 20px;
        line-height: 26px;
        font-size: 14px;
        color: #999999;
        vertical-align: top;
        overflow: hidden;

    }

    .news-box .news-list .list-bd li:hover {
        background-color: #0f7fef;
        border: 1px solid #0f7fef;
    }

    .news-box .news-list .list-bd li:hover .title {
        display: inline-block;
        width: 100%;
        height: 30px;
    line-height:30px;
        padding-left: 130px;
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        vertical-align: top;
        overflow: hidden;
    }

    .news-box .news-list .list-bd li:hover .txt {
        display: inline-block;
        width: 100%;
        height: 58px;
        padding-left: 130px;
        line-height: 26px;
        font-size: 14px;
        color: #bdcce7;
        vertical-align: top;
        overflow: hidden;
    }

    /***********列表*************/
    .news-box .hot-news {
        display: inline-block;
        width: 530px;
        margin-right: 30px;
        vertical-align: top;
    }

    .news-box .hot-news .list-bd {
        font-size: 14px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        background-color: #fff;
        -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);

        transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
        -moz-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Firefox 4 */
        -webkit-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Safari 和 Chrome */
        -o-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Opera */
    }

    .news-box .hot-news img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;

        transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
        -moz-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Firefox 4 */
        -webkit-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Safari 和 Chrome */
        -o-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Opera */
    }

    .news-box .hot-news .detail {
        position: relative;
        width:530px;
        padding: 20px;
        transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
        -moz-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Firefox 4 */
        -webkit-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Safari 和 Chrome */
        -o-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Opera */
    }

    .news-box .hot-news .detail .more {
        position: absolute;
        display: block;
        width: 30px;
        height: 30px;
        top: 20px;
        right: 25px;
        border-radius: 15px;

        border: 1px solid #0f7fef;

        transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
        -moz-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Firefox 4 */
        -webkit-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Safari 和 Chrome */
        -o-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Opera */
    }

    .news-box .hot-news .thumb {
        position: relative;
        display: block;
        width: 530px;
        height: 320px;
        overflow: hidden;
    }

    .news-box .hot-news .detail .title {
        display: block;
        margin-bottom: 20px;
        line-height: 20px;
        font-size: 16px;
        color: #666666;

        transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
        -moz-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Firefox 4 */
        -webkit-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Safari 和 Chrome */
        -o-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Opera */
    }

    .news-box .hot-news .detail .info {
        position: relative;
    }

    .news-box .hot-news .detail .info .date {
        display: inline-block;
        width: 75px;
        padding-right: 15px;
        vertical-align: top;
        border-right: 1px solid #e3e3e3;
    }

    .news-box .hot-news .detail .info .date i {
        display: block;
        line-height: 24px;
        font-size: 24px;
        color: #555555;
        font-style: normal;
        text-align: center;
    }

    .news-box .hot-news .detail .info .date b {
        display: block;
        line-height: 18px;
        font-size: 16px;
        color: #bbbbbb;
        font-weight: normal;
        text-align: center;
    }

    .news-box .hot-news .detail .info .txt {
        display: inline-block;
        width: 410px;
        height:44px;
        padding-left: 15px;
        vertical-align: top;
        color: #999999;
        overflow: hidden;
    }

    .news-box .hot-news .list-bd a:hover .detail {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        background-color: #0f7fef;
    }

    .news-box .hot-news .list-bd a:hover img {
        transform: scale(1.08);
    }

    .news-box .hot-news .list-bd a:hover .more {
        background-position: -31px -1px;
        border-color: #fff;
        transform: translateX(-50%);
    }

    .news-box .hot-news a:hover .detail .title {
        color: #fff;
        transform: translateX(1%);
    }

    .news-box .hot-news a:hover .detail .info .date i {
        color: #fff;
    }

    .news-box .hot-news a:hover .detail .info .date b {
        color: #fff;
    }

    .news-box .hot-news a:hover .detail .info .txt {
        color: #fff;
    }

    /*********典型案例************/
    .home-cases {
        background-color: #ebf0f8;
    }

    .home-cases .block-bd {
        padding: 70px 0px;
        font-size: 0px;


    }

    .home-cases .block-bd li {
        position: relative;
        display: inline-block;
        width: 370px;
        height: 400px;
        margin-right: 45px;
        vertical-align: top;
        background-color: #fff;
        border: 2px solid #fff;
        -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);

        transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
        -moz-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Firefox 4 */
        -webkit-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Safari 和 Chrome */
        -o-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Opera */
    }

    .home-cases .block-bd li:hover {
        border: 2px solid #4f7cbc;
    }

    .home-cases .block-bd li:nth-child(3n) {
        margin-right: 0px;
    }

    .home-cases .block-bd li img {
        display:block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;

        transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
        -moz-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Firefox 4 */
        -webkit-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Safari 和 Chrome */
        -o-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Opera */
    }

    .home-cases .block-bd li:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .home-cases .block-bd li .thumb {
        display: block;
        width: 100%;
        height: 240px;
        overflow: hidden;
    }

    .home-cases .block-bd li .cont {
        padding: 20px;
    }

    .home-cases .block-bd li .title {
        display: block;
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        color: #666666;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .home-cases .block-bd li:hover .title {
        color: #0f7fef;
    }

    .home-cases .block-bd li .date {
        display: block;
        font-size: 14px;
        color: #bbbbbb;
    }

    .home-cases .block-bd li .txt {
        display: block;
        height: 70px;
        margin-bottom: 10px;
        padding: 10px 0px;
        line-height: 24px;
        font-size: 14px;
        color: #999999;
        overflow: hidden;
    }

    .home-cases .block-bd li .more-btn {
        position: absolute;
        bottom: -16px;
        left: 50%;
        height: 32px;
        line-height: 32px;
        padding: 0px 20px;
        margin-left: -21px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        border-radius: 16px;
        background-color: #0f7fef;
        opacity: 0;

        transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
        -moz-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Firefox 4 */
        -webkit-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Safari 和 Chrome */
        -o-transition: all 0.5s cubic-bezier(0.6, 0.2, 0.1, 1); /* Opera */
    }

    .home-cases .block-bd li:hover .more-btn {
        margin-left: -41px;
        opacity: 1;
    }

    /***about-us***/
    .about-us {
        height: 500px;
        overflow: hidden;
        background: url("../Images/home/aboutbg.jpg") center center no-repeat;
    }

    .about-us .home-block {
        padding-top: 80px;
    }

    .about-us .block-bd {
        width: 750px;
        margin: 0px auto;
        padding: 40px 0px;
        line-height: 30px;
        font-size: 16px;
        color: #2257a7;
        text-indent: 35px;
    }

    /*************合作伙伴************/
    .partoner .carousel-inner .item {
        width: 100%;
        height: 100px;
    }

    .partoner .carousel-inner .item a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .partoner .carousel-indicators {
        position: absolute;
        bottom: -40px;
    }

    .partoner .carousel-indicators li {
        border: 1px solid #e3e3e3;
    }

    .partoner .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #0f7fef;
        border: 1px solid #0f7fef;
    }

    .partoner .carousel-control {
        display: none;
        width: 5%;
    }

    .partoner {
        padding: 50px 0px 100px 0px;
        background-color: #fff;
    }

    .partoner .partoner-hd {
        position: relative;
        width: 100%;
        height: 70px;
        padding-bottom: 30px;
        margin-bottom: 30px;
        font-size: 32px;
        color: #0f7fef;
        text-align: center;
    }

    .partoner .partoner-hd:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: -2px;
        width: 60px;
        height: 4px;
        margin-left: -30px;
        background-color: #0f7fef;
    }

    .partoner .partoner-bd {
        height: 100px;
        margin-top: 10px;
        border: 1px solid #e3e3e3;
        font-size: 0px;
    }

    .partoner .partoner-bd li {
        display: inline-block;
        width: 199px;
        height: 98px;
        padding: 20px 20px;
        vertical-align: top;
        text-align: center;
        cursor: pointer;
        border-right: 1px solid #e3e3e3;
    }

    .partoner .partoner-bd li:last-child {
        border-right: none;
    }

